home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / footb110.zip / SETUP.DOC < prev    next >
Text File  |  1996-03-21  |  4KB  |  84 lines

  1.                         Franchise Football v1.xx
  2.                            By: Scott K. Snella
  3.                       Quick Setup and Installation
  4.  
  5. This document provides sysops with single node, BBS systems quick setup
  6. instructions.  If you have difficulties getting the game to run, have
  7. a multi-line system, or which to run a LAN game please refer to the SYSOP.DOC 
  8. file for information on using the configuration file option.
  9.  
  10. NOTE: There are two command line parameters for Franchise Football, an 
  11.         upper or lower case L, or the name of a configuration file.  If you'd 
  12.         like to try the game quick, follow steps 1-5 below, and then type 
  13.         FOOTBALL L from the Franchise Football Directory.  See SYSOP.DOC 
  14.         for more details about the configuration file.  The configuration
  15.         file must be used in certain circumstances, including the multi-node
  16.         setup.
  17.  
  18. INSTALLATION STEPS
  19.  
  20. 1.  Unzip Franchise Football Archive to its own directory.
  21.         (FFBL uses many data files to allow for configuration, it is
  22.         highly recommended that you place the game in it's own directory)
  23. 2.  Change to the directory containing Franchise Football (FFBL) and type
  24.         FINIT.  This will run the initialization program.  Answer YES to
  25.         the question, "Do you wish to create a league".  For first time
  26.         installs, you will be prompted for some information, including
  27.         the registration number, follow the instructions and answer the 
  28.         questions.
  29.         
  30.         You will be prompted for several options, including the number of
  31.         conferences, divisions, and teams.  Each conference has as many
  32.         divisions as you enter, and each division has as many teams as
  33.         you specify, So the number of teams in the entire game will be...
  34.         Conferences * Divisions * Teams.  The password toggle option
  35.         should be enabled on LAN's but not on BBS's, and the perpetual
  36.         season option will only take effect in registered versions.  When 
  37.         you are finished type "Q" to Quit.
  38.  
  39. 3.  Now you have to create a batch file to run the game from the BBS.
  40.         FFBL supports many major BBS drop files, and all you have to do is 
  41.         copy your dropfile to the FFBL directory before running the program.
  42.         This will work fine for single node systems, however, multi-node
  43.         systems will use the configuration file option discussed in the
  44.         SYSOP.DOC manual.  The main EXE file is called FOOTBALL.EXE 
  45.         (with a command line parameter ("L" or "l") ).  Here is a sample 
  46.         batch file.
  47.  
  48.         @ECHO OFF
  49.         COPY C:\BBS\DORINFO1.DEF C:\FFBL\DORINFO1.DEF
  50.         C:
  51.         CD\FFBL
  52.         FOOTBALL
  53.         DEL DORINFO1.DEF
  54.         CD\BBS
  55.         EXIT
  56.  
  57. 5.  Finally, you must run the program called MAINT.EXE once per day.  
  58.         Running MAINT.EXE will create the schedule, or play games if the 
  59.         league is full, otherwise it will wait until all teams have been 
  60.         filled.  Just put the MAINT.EXE program in your nightly events, 
  61.         this plays games and creates many of the data files FFBL needs.  
  62.         Until the season actually begins play, several of the options 
  63.         (especially in the Gazette Sports Page) will not seem to work.
  64.  
  65. NOTES:
  66.  
  67. -  FBB creates two score files, FFBLSCRE.ANS and FFBLSCRE.ASC.  Both        
  68.         contain last evenings game scores.  The first is in ANSI format
  69.         and the second, ASCII format.  Both are located in the FFBL
  70.         directory and can be copied, moved or displayed from that location
  71.         to users during login.  If not all of the teams are filled, the
  72.         score file acts as an ad for users to join.
  73.  
  74. -  You may want to make the file INSTR.DOC available for download.  It
  75.         is a brief text file explaining the game, and detailing some 
  76.         strategies for playing.
  77.  
  78. That's it!  Just create a dropfile, and run this batch file, and
  79. FFBL should run fine.
  80.  
  81. Thanks for playing Franchise Football...
  82.  
  83. Franchise Football (C) 1996 SnellaSoft
  84.